projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b75e9a
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 1996 19:50:32 +0000
(19:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 1996 19:50:32 +0000
(19:50 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 3c8d426b814c9d52d8195504489f716cf804185a..ffaa0598f9b115f239cce401d37b332c3afd2c18 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-2331,6
+2331,8
@@
wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
else if (nread == -1 && errno == EWOULDBLOCK)
;
#endif
+ /* ISC 4.1 defines both EWOULDBLOCK and O_NONBLOCK,
+ and Emacs uses O_NONBLOCK, so what we get is EAGAIN. */
#ifdef O_NONBLOCK
else if (nread == -1 && errno == EAGAIN)
;